abstract class DatabaseRecord { String toCSV(); Map toMap(); DatabaseRecord.fromMap(Map map); }