createModel method
Creates the model for this step.
Implementation
@override
Model createModel(Map<String, dynamic> answers) {
// Groups don't have their own model; they're just organizational
throw UnsupportedError('GroupStep does not have its own model');
}