ParamLabelWidget.prototype.addInfo = function ( $info ) {
    this.$element.append(
        $( '<div>' ).addClass( 'info' ).append( $info )
    );
};