Serializes the object.
static String toIsar(Map<String, dynamic> object) { return jsonEncode(object); }