ExerciseGroup

constructor(id: Long, name: String, maxPoints: Int, userPoints: Int, htmlUrl: String, isOpen: Boolean, exerciseOrder: List<Long>, exercises: MutableList<Exercise>)