@ dynaguy
In the template file, change:
$entry->getNameBlock();
to:
$entry->getNameBlock( array( 'format' => '%last%, %first%' ) );
Hope that helps!