Convert to JSON
Map<String, dynamic> toJson() { return { 'full_name': fullName, 'email': email, 'phone_number': phoneNumber, }; }