Map<String, dynamic> toJson() { return {"id": id.toString(), "name": name, "format_type": formatType}; }