I created a NSObject called profile which contains user's first name, last name and display name. All these properties are another NSObject I created which call FieldString. The FieldString has a getter function to get the NSString for names.
So, How to search a user named Jason to use NSPredicate or other methods?