Map<String, dynamic> toMap() { return { 'surname': surname, 'firstName': firstName, 'patronymic': patronymic, }; }