use the following;
<?php echo $this->tag->select("DominicKinyanjui", array(
'First_name' => 'Dominic',
'Middle_name' => 'Kinyanjui',
'Last_name' => 'Gitau',
)) ?>
On this case DominicKinyanjui will be the id. Hope this works for you.
If you want to set default option add
'useEmpty' => true,
'emptyText' => 'Please, choose one...',
'emptyValue' => ''