Map<String, dynamic> toJson() => <String, dynamic>{ 'first_name': firstName, 'last_name': lastName, 'email': email, 'father_name': fatherName };