public function get_title( $merge = true ) {
        $title = $this->get_option( 'title', apply_filters( $this->get_filter( 'set_title' ), $this->set_title(), $this ) );
        if ( $merge ) {
            $title = $this->get_merged_string( $title );
        }