@override Map<String, Object?> toJson() => { 'name': name, 'phone': phone, 'email': email, 'avatarUrl': avatarUrl, };