function __construct()
 {
     global $status, $page;
     $this->example_data = PROFILEPRESS_sql::sql_wp_list_table_password_reset_builder();
     parent::__construct(array('singular' => __('password_reset', 'profilepress'), 'plural' => __('password_resets', 'profilepress'), 'ajax' => false));
     add_action('admin_head', array(&$this, 'admin_header'));
 }