Converts the workout step to a JSON object
Map<String, dynamic> toJson() { return { 'goal': goal.toJson(), 'alert': alert?.toJson(), 'displayName': displayName, }; }