Map<String, List<String>> get exercise => _exercise;
set exercise(Map<String, List<String>> value) { _exercise = value; notifyListeners(); }