I can\'t seem to get specific data from an array inside an object.
$this->fields->adres gets the address correctly, but i can\'t get a level deeper.>
$this->fields->adres
As fields is already an array, try this:
$this->fields['province'][0]
This assuming the [_data] object is $this.
$this