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