Map<String, dynamic> toJson() => { "name": name, "profilePicture": profilePicture, "mobile_email": mobileEmail, "userId": userId, };