Map<String, dynamic> toJson() { return { 'firstName': firstName, 'lastName': lastName, 'pushNotificationToken': pushNotificationToken, }; }