/**
  * Gets the stylesheet paths associated with the widget.
  *
  * @return array An array of stylesheet paths
  */
 public function getStylesheets()
 {
     return Select2::addStylesheets();
 }