I think you could use the 'options' option of the collection type. It's better than using the constructor in case you want to reuse the form elsewhere.
Symfony Form Reference: Collection Type
But remember to define the variable in your setDefaultOptions
method. (Both forms must have it)