I found the solution: here si the code:
add_shortcode('page_listauthors', array(&$this, 'listauthors_page_shortcode'));
### Function: Short Code For Inserting list authors Into Page
function listauthors_page_shortcode($atts) {
return $this->listauthors_page();
}
### Function: List authors Page
function listauthors_page() { echo" voici ma page";}
After that, must create a page in administration settings, which url will be “https://youblog_domain/listauthors”
and in page text write:[page_listauthors]