I have a combo with all values coming from a OneToMany relationship.
I've made a custom form here src/MySociety/Bundle/MyBundle/Form/Type/PersonRegistrationType.php
This works well.
But I want to add another value first in that combo, which says something like "Choose something here".
What is the way to do this with Symfony?