public function __construct()
 {
     $classname = __CLASS__;
     $description = esc_html__('A cloud of your most used testimonials\' tags.', 'testimonials-widget');
     $id_base = self::ID;
     self::$title = esc_html__('Testimonials Tag Cloud', 'testimonials-widget');
     parent::__construct($classname, $description, $id_base, self::$title);
 }