Zend certified PHP/Magento developer

how to create a widget to select the image of a product

I have a widget that selects the product but it returns the sku and the id of the product, and what I need is the image or a thumbail.

any idea what block I call because for this I make the call to the block

        <parameter name="id_path" xsi:type="block" visible="true" required="true" sort_order="10">
            <label translate="true">Product</label>
            <block class="MagentoCatalogBlockAdminhtmlProductWidgetChooser">
                <data>
                    <item name="button" xsi:type="array">
                        <item name="open" xsi:type="string">Seleccionar Producto...</item>
                    </item>
                </data>
            </block>
        </parameter>

the above code returns this in the frontend

enter image description here

I would appreciate some help