def to_csv
    data = @repositories.map do |repo|
      [
        repo.friendly_id,
        repo.name,