$options = array();
$options[] = array('label' => 'Hi'); //hi is added to root option group
$options['Cat1'] = array('label' => 'Google'); //Google is in a category called Cat1
$options['Cat1'] = array('label' => 'Bing'); //So is Bing
$options['Cat2'] = array('label' => 'Ask'); //Ask is in Cat2