Hi,
There is no option to do that but there is one to replace the title of the menu item by the name of the category.
You can do that by editing your menu via the menu Display>Content menus and changing the option "Use menu name instead of
category name for the title".
If you prefer to add the name of the category, you would have to edit the file "listing" of the view "product" via the menu Display>Views and add such code:
<?php echo $this->element->category_name; ?>
But it might be more complex as the same view is used for the modules so it might require some more complex code.