help using get_option

Remember you need the get_option parameter in quotes, like this:

$option = get_option('paradiso_category_fields_option');

and to get the img url out of that database option you presented it would be:

echo $cat_image[7]['image'];