When you use Objects in md-option value, the object reference of the default value and the correponding option in the options list are not equal.
To fix this, you need to override the default value using the correponding option in the options list before setting the FormGroup.
Check this example