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