def self.to_csv
    attributes = Tutor.column_names
    CSV.generate(headers: true) do |csv|
      csv << attributes