After some help from lynne, whe finnaly mannaged to get this plugin to work
what was wrong, in the plugin there should be an extra line wrap = false, see a part of the plugin.
PHP Code:
$blocklist = array_merge($blocklist, array(
'mymodification' => array(
'class' => 'MyModification',
'title' => 'My Modification',
'hook_location' => 'profile_left_last',
'wrap' => false,
)
));
and there was a typo in my template so the template could not work.