struct Activities
init(name: String, type: ActivityType, url: String?)
let name: String
let type: Int
var url: String?