Collects and returns the value produced by this wizard step.
@override String collect() { return PromptService.ask( 'Project name', ); }