さらに、ProfileにState(都道府県)を関連づけしてる場合

$this->Users->find('all', array(
  'contain' => array(
    'Profile' => array('State')
  )
));
で取れる。