Converts the instance to a json map.
Map<String, dynamic> toJson() => { "user_id": userId, "user_info": userInfo, };