public function __construct()
 {
     $classname = __CLASS__;
     $description = esc_html__('Your site\'s most recent testimonials.', 'testimonials-widget');
     $id_base = self::ID;
     self::$title = esc_html__('Recent Testimonials', 'testimonials-widget');
     parent::__construct($classname, $description, $id_base, self::$title);
 }